home *** CD-ROM | disk | FTP | other *** search
/ Cool Screensavers (Professional Edition) / Cool Screen Savers (Professional Edition).iso / animated screensaver / fire.exe / install.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2001-06-11  |  1KB  |  80 lines

  1. object Form3: TForm3
  2.   Left = 427
  3.   Top = 279
  4.   Width = 291
  5.   Height = 251
  6.   Caption = 'Settings'
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -19
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 24
  18.   object label1: TLabel
  19.     Left = 112
  20.     Top = 48
  21.     Width = 61
  22.     Height = 24
  23.     Caption = ' Speed'
  24.     Color = clWhite
  25.     ParentColor = False
  26.   end
  27.   object Label7: TLabel
  28.     Left = 64
  29.     Top = 184
  30.     Width = 158
  31.     Height = 24
  32.     Caption = 'http://saverfun.com'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 24
  36.     Top = 40
  37.     Width = 36
  38.     Height = 24
  39.     Caption = ' min'
  40.     Color = clWhite
  41.     ParentColor = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 224
  45.     Top = 40
  46.     Width = 36
  47.     Height = 24
  48.     Caption = 'max'
  49.     Color = clWhite
  50.     ParentColor = False
  51.   end
  52.   object Button1: TButton
  53.     Left = 104
  54.     Top = 136
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     TabOrder = 0
  59.     OnClick = Button1Click
  60.   end
  61.   object ScrollBar1: TScrollBar
  62.     Left = 8
  63.     Top = 8
  64.     Width = 265
  65.     Height = 25
  66.     Max = 20
  67.     Min = 1
  68.     Position = 1
  69.     TabOrder = 1
  70.   end
  71.   object CheckBox1: TCheckBox
  72.     Left = 80
  73.     Top = 72
  74.     Width = 129
  75.     Height = 65
  76.     Caption = 'Mute Sound'
  77.     TabOrder = 2
  78.   end
  79. end
  80.